object frmSet: TfrmSet Left = 181 Top = 166 BorderStyle = bsDialog Caption = 'frmSet' ClientHeight = 323 ClientWidth = 628 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 13 object panView: TPanel Left = 10 Top = 12 Width = 322 Height = 242 BevelOuter = bvLowered TabOrder = 6 end object edFrame: TEdit Left = 9 Top = 288 Width = 77 Height = 21 TabStop = False Color = clBtnFace ReadOnly = True TabOrder = 0 end object btnOK: TButton Left = 353 Top = 282 Width = 82 Height = 28 Caption = 'OK' Default = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 2 end object btnCancel: TButton Left = 435 Top = 282 Width = 82 Height = 28 Cancel = True Caption = 'Cancel' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 end object boxSize: TGroupBox Left = 344 Top = 128 Width = 274 Height = 124 Caption = 'Resolution and Color Depth' TabOrder = 1 object labResX: TLabel Left = 15 Top = 24 Width = 28 Height = 13 Caption = 'Width' end object labX: TLabel Left = 70 Top = 43 Width = 7 Height = 13 Caption = 'X' end object labBPP: TLabel Left = 138 Top = 24 Width = 59 Height = 13 Caption = 'Bits per pixel' end object labResY: TLabel Left = 80 Top = 24 Width = 31 Height = 13 Caption = 'Height' end object lstBPP: TComboBox Left = 138 Top = 39 Width = 123 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = lstBPPChange end object edResX: TEdit Left = 15 Top = 39 Width = 51 Height = 21 TabOrder = 1 OnExit = edResXExit end object edResY: TEdit Left = 80 Top = 39 Width = 51 Height = 21 TabOrder = 2 OnExit = edResYExit end object radDitherNone: TRadioButton Left = 140 Top = 65 Width = 96 Height = 17 Caption = 'No dithering' TabOrder = 3 end object radDitherLite: TRadioButton Left = 140 Top = 82 Width = 96 Height = 17 Caption = 'Lite dithering' TabOrder = 4 end object radDitherHeavy: TRadioButton Left = 140 Top = 100 Width = 96 Height = 17 Caption = 'Heavy dithering' TabOrder = 5 end end object btnUndo: TButton Left = 528 Top = 282 Width = 82 Height = 28 Caption = 'Undo...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 OnClick = btnUndoClick end object edFilename: TEdit Left = 87 Top = 288 Width = 245 Height = 21 TabStop = False Color = clBtnFace ReadOnly = True TabOrder = 5 end object barFrame: TTrackBar Left = 2 Top = 257 Width = 337 Height = 25 Orientation = trHorizontal Frequency = 1 Position = 0 SelEnd = 0 SelStart = 0 TabOrder = 7 TickMarks = tmBoth TickStyle = tsNone OnChange = barFrameChange end object boxFormat: TGroupBox Left = 344 Top = 7 Width = 274 Height = 114 Caption = 'Output File' TabOrder = 8 object Label1: TLabel Left = 11 Top = 22 Width = 31 Height = 13 Caption = 'Name:' end object Label2: TLabel Left = 11 Top = 48 Width = 34 Height = 13 Caption = 'Codec:' end object btnCodec: TButton Left = 160 Top = 77 Width = 103 Height = 25 Caption = '&Codec Settings...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnCodecClick end object edName: TEdit Left = 52 Top = 19 Width = 211 Height = 21 TabStop = False Color = clBtnFace Ctl3D = True ParentCtl3D = False ReadOnly = True TabOrder = 1 end object edCodec: TEdit Left = 52 Top = 46 Width = 211 Height = 21 TabStop = False Color = clBtnFace Ctl3D = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentCtl3D = False ParentFont = False ReadOnly = True TabOrder = 2 end end end